projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b325199
)
Adwaita: Make error/warning entry focus more subtle
author
Alexander Mikhaylenko
<alexm@gnome.org>
Wed, 6 May 2020 15:21:56 +0000
(20:21 +0500)
committer
Alexander Mikhaylenko
<alexm@gnome.org>
Wed, 6 May 2020 15:23:26 +0000
(20:23 +0500)
Add 50% alpha to it like to the main focus color.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 5e8342f864ef19e882a44c5e470374f6701d1a12..d9d73718066c2fb291201d739249c1b48e6bbc48 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-342,7
+342,7
@@
entry {
&.#{$e_type} {
color: $e_color;
- @include focus-ring($within: true, $fc:
$e_color
);
+ @include focus-ring($within: true, $fc:
transparentize($e_color, 0.5)
);
&:focus-within { @include entry(focus, $e_color); }